home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-14 | 801 b | 19 lines | [TEXT/MMCC] |
- Boolean HasColorQD (void);
- void SetPortTextStyle (TextStyle *style);
- void GetPortTextStyle (TextStyle *style);
- void DrawGrayRect (Rect *r);
- void DrawGrayRoundRect (Rect *r, short ovalWidth, short ovalHeight);
- void DrawColorPict (short colorID, short bwID, Rect *r);
- void FillColorPoly (PolyHandle poly, RGBColor *color, ConstPatternParam pat);
- void FrameGrayPoly (PolyHandle poly);
- void FillColorRect (Rect *r, RGBColor *color, ConstPatternParam pat);
- void FillGrayRect (Rect *r);
- void ComplementRgn (RgnHandle rgn);
- void LocalToGlobalRect (Rect *r);
- void GlobalToLocalRect (Rect *r);
- void LocalToGlobalRgn (RgnHandle rgn);
- void GlobalToLocalRgn (RgnHandle rgn);
- Boolean GetFontNumber (Str255 fontName, short *fontNum);
- short GetFontLineHeight (WindowPtr wind);
- void OutlineRegion (RgnHandle theRgn);
-